Download the PHP package psdcompany/phalcon-devtools without Composer
On this page you can find all versions of the php package psdcompany/phalcon-devtools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download psdcompany/phalcon-devtools
More information about psdcompany/phalcon-devtools
Files in psdcompany/phalcon-devtools
Package phalcon-devtools
Short Description This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.
License BSD-3-Clause
Homepage https://psdcompany.nl
Informations about the package phalcon-devtools
Phalcon Devtools Docker
What's Phalcon?
Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.
What are Devtools Docker?
This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework with docker.
Requirements
- PHP >= 7.2
- Phalcon >= 4.0.0
Installing globally via Composer
Install composer in a common location:
Move the composer.phar
to you local bin directory, so it can be used globally:
Run compose global require:
Create a symlink to the program:
Usage
To get a list of available commands just execute following:
This command should display something similar to:
Docker configuration
You have to make sure your database image is running and accessible on a port. The docker-compose.yml
For a mariadb should look like this:
Database configuration
You have to add the dsn
and the adapter
parameters to yourdatabase
config file. The complete database
config should look like this:
Configuration file
By creating config.json or any other configuration file called config in root project you can set options for all possible commands, for example:
And then you can use use phalcon migration run
or phalcon controller SomeClass
and those commands will be executed with options from file. Arguments provided by developer from command line will overwrite existing one in file.
License
Phalcon Developer Tools is open source software licensed under the New BSD License.
© Phalcon Framework Team and contributors
All versions of phalcon-devtools with dependencies
ext-pdo Version *
ext-phalcon Version ^4.0.0
psy/psysh Version ~0.9
nikic/php-parser Version ^4.2.4
phalcon/migrations Version ^1.1
vlucas/phpdotenv Version ^3.6