pleaseframe / please
My first Please Framework project
Requires
- php: ^7.1.3
- ext-ctype: *
- ext-iconv: *
- sensio/framework-extra-bundle: ^5.4
- symfony/console: 4.3.*
- symfony/dotenv: 4.3.*
- symfony/flex: ^1.3.1
- symfony/form: 4.3.*
- symfony/framework-bundle: 4.3.*
- symfony/maker-bundle: ^1.12
- symfony/orm-pack: ^1.0
- symfony/profiler-pack: ^1.0
- symfony/security-bundle: 4.3.*
- symfony/twig-bundle: 4.3.*
- symfony/validator: 4.3.*
- symfony/var-dumper: 4.3.*
- symfony/web-profiler-bundle: 4.3.*
- symfony/web-server-bundle: 4.3.*
- symfony/yaml: 4.3.*
Conflicts
This package is auto-updated.
Last update: 2024-10-29 05:17:02 UTC
README
Please is a PHP framework based on symfony library for dealing with world scalable website using php progamming language.
Installation
Use the package manager composer to install Please.
git clone https://github.com/pleaseframe/please.git
cd Please-Framework/
composer install
Usage
php please -V # check version of symfony php please # enter
you will see lots of command console from this to cache, config, debug, doctrine, make, router and server. This is how to start your program on local server with port 8000 :
php please server:run # [OK] Server listening on http://127.0.0.1:8000 php -S localhost:[anythingPort] -t public # Listening on http://localhost:1234
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Symfony code is released under the MIT license:
Copyright (c) 2004-2019 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.