Download the PHP package atournayre/maker-bundle without Composer

On this page you can find all versions of the php package atournayre/maker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package maker-bundle

MakerBundle

Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

Step 3: Configure the Bundle

Debug configuration

Documentation

Commands

Legend:

Status Command Description and documentation
✅️ make:add:events-to-entities Add events to entities
✅️ make:new:command Create a new Command
⚠️ make:new:controller Create a new Controller
✅️ make:new:collection Create a new Collection
make:new:dto Create a new DTO
make:new:enum Create a new Enum
make:new:event Create a new Event and Listener
make:new:exception Create a new Exception
make:new:interface Create a new Interface
make:new:logger Create a new Logger
make:new:service Create a new Service
make:new:trait Create a new Trait
make:new:vo Create a new VO
project:getting-started Add minimal files to start a project

Create a new Maker

Step 1: Create the Configuration class

  1. Create a new class in the Config directory.
  2. Extend the MakerConfiguration class.
  3. If you need extra configuration, create as many properties, getters and withers as needed.
  4. If you want to add suffixes to the class name, override the classNameSuffix method.

Step 2: Create the Builder class

  1. Create a new class in the Builder directory.
  2. Extend the AbstractBuilder class.
  3. Implement the methods.
  4. Add the #[AutoconfigureTag('atournayre_maker.php_file_builder')] attribute to the class.

Step 3: Create the Maker class

  1. Create a new class in the Maker directory.
  2. Extend the AbstractMaker class.
  3. Implement the methods.
  4. Add the #[AutoconfigureTag('maker.command')] attribute to the class.

All versions of maker-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
atournayre/collection Version ^0.8.0
atournayre/types Version ^0.9.0
nette/php-generator Version ^4.1
symfony/framework-bundle Version ^6.4|^7.0
symfony/maker-bundle Version ^1.56
symfony/mime Version ^6.4|^7.0
symfony/twig-bundle Version ^6.4|^7.0
symfony/yaml Version ^6.4|^7.0
webmozart/assert Version ^1.11
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package atournayre/maker-bundle contains the following files

Loading the files please wait ....