This repository was archived by the owner on Jan 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # Php2CSharp
2+ > Source converter in PHP to C#.
3+
4+ O programa lê o código-fonte em PHP e converte em outro diretório para C#.
5+
6+ ## Exemplo de uso
7+
8+ Segue abaixo um exemplo de como executar a conversão. Entre no console do Windows e digite:
9+
10+ ``` sh
11+ php2csharp c:\d iretorio_de_origem c:\d iretorio_de_destino
12+ ```
13+
14+ ## Histórico de lançamentos
15+
16+ * 0.0.1
17+ * Conversão usando REGEX de PHP para C#
18+
19+ ## Meta
20+
21+ Rodrigo Landim – [ @Landim32Oficial ] ( https://twitter.com/landim32oficial ) – rodrigo@emagine.com.br
22+
23+ Distribuído sob a licença GPLv2. Veja ` LICENSE ` para mais informações.
24+
25+ [ https://github.com/landim32/php2csharp ] ( https://github.com/landim32/php2csharp )
26+
27+ ## Contributing
28+
29+ 1 . Faça o _ fork_ do projeto (< https://github.com/landim32/php2csharp/fork > )
30+ 2 . Crie uma _ branch_ para sua modificação (` git checkout -b landim32/php2csharp ` )
31+ 3 . Faça o _ commit_ (` git commit -am 'Add some fooBar' ` )
32+ 4 . Push_ (` git push origin landim32/php2csharp ` )
33+ 5 . Crie um novo _ Pull Request_
You can’t perform that action at this time.
0 commit comments