Download the PHP package mb-x/architect-bundle without Composer

On this page you can find all versions of the php package mb-x/architect-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 architect-bundle

ArchitectBundle

This Bundle provides an architecture to separate the different job layers in your Symfony application.

1. Installation

This bundle was tested with Symfony 2.8.14 and Symfony 3.0.9

Step 1: Download ArchitectBundle using composer

Require the bundle with composer:

Step 2: Enable the bundle

Enable the bundle in the kernel:

2. Usage

Step 1: Implement EntityInterface

First, your entity class should implement EntityInterface and getId method

Step 2: Create the Manager and FormHandler classes

this command will generate the Manager and FormHandler classes for Post Entity

Step 3: Registering your Manager and FormHandler classes as a Service

Step 4: The controller

Your controller will contain less code because all the logic and operations will be done in your Manager and FormHandler classes

3. Example

Demo Application

4. Suggestions

Much like every other piece of software MbxArchitectBundle is not perfect. Any suggestion that can improve or add features to this bundle is appreciated.

5. Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

6. Friendly License

This bundle is available under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

You are free to use, modify and distribute this software, as long as the copyright header is left intact (specifically the comment block which starts with /*)!


All versions of architect-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
symfony/framework-bundle Version >=2.7
twig/twig Version *
doctrine/doctrine-bundle Version *
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 mb-x/architect-bundle contains the following files

Loading the files please wait ....