Download the PHP package bean-component/php-thing without Composer
On this page you can find all versions of the php package bean-component/php-thing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bean-component/php-thing
More information about bean-component/php-thing
Files in bean-component/php-thing
Download bean-component/php-thing
More information about bean-component/php-thing
Files in bean-component/php-thing
Vendor bean-component
Package php-thing
Short Description Provides a Component for Thing Domain Model.
License MIT
Package php-thing
Short Description Provides a Component for Thing Domain Model.
License MIT
Keywords php thing components
Please rate this library. Is it a good library?
Informations about the package php-thing
How to Upgrade
- Remove vendor folder as well as composer.lock file
composer update
- Copy require-dev from symfony skeleton to package's composer.json's require-dev
composer require symfony/property-access --dev
composer require dama/doctrine-test-bundle --dev
composer req orm --dev
composer req test --dev
How to prepare for Dev
-
Copy this block of code and paste it to composer.json under replace:
- composer install
- Open .env.test.local paste these lines into it
DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"
- Change the src folder name in services.yaml to src-symfony
- Add
"App\\": "src-symfony/",
to psr-4 under autoload-dev - Move generated folders and Kernel.php to src-symfony
- Copy the following snippet to doctrine.yaml under mappings configuration
Dev Workflow
- Make change to code
php bin/phpunit
All versions of php-thing with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package bean-component/php-thing contains the following files
Loading the files please wait ....