peachcms Posted January 9, 2014 Share Posted January 9, 2014 (edited) hi guy's i start a new php framework please download and write issues for help me to develop this framework now this is not stable yet, just for developers git: https://github.com/zandfarhad/PF1 Edited January 9, 2014 by peachcms Quote Link to comment https://forums.phpfreaks.com/topic/285230-new-php-framework/ Share on other sites More sharing options...
sKunKbad Posted January 11, 2014 Share Posted January 11, 2014 I think if you're serious about the framework, you're going to need to at least get it to alpha or beta, and at least put up some sort of documentation so people can have an idea of why they would want to use it. I browsed the files, and it didn't look like you had almost anything. I want to ask you a some questions. 1) What inspired you to start this framework? 2) What frameworks have you used? 3) What frameworks do you feel you have mastered? 4) Why would somebody be interested in your framework vs the others? Quote Link to comment https://forums.phpfreaks.com/topic/285230-new-php-framework/#findComment-1464809 Share on other sites More sharing options...
ignace Posted January 11, 2014 Share Posted January 11, 2014 Composer is standard these days. Make it compliant and load your dependencies through it instead of dumping the entire ZF and Twig in one your directories and then put it under version control. You could have at the very least used git submodules for that. Symfony is just as capable to have utf8 routes as your framework. So why bother writing it yourself? Quote Link to comment https://forums.phpfreaks.com/topic/285230-new-php-framework/#findComment-1464824 Share on other sites More sharing options...
peachcms Posted January 11, 2014 Author Share Posted January 11, 2014 Composer is standard these days. Make it compliant and load your dependencies through it instead of dumping the entire ZF and Twig in one your directories and then put it under version control. You could have at the very least used git submodules for that. Symfony is just as capable to have utf8 routes as your framework. So why bother writing it yourself? hi how i can use of symfony route in my project???? Quote Link to comment https://forums.phpfreaks.com/topic/285230-new-php-framework/#findComment-1464826 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.