Download the PHP package vandersangen/project-template-bundle without Composer

On this page you can find all versions of the php package vandersangen/project-template-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 project-template-bundle

Project Template Bundle

CI Pipeline Code Quality License: MIT

A reusable Symfony bundle providing authentication, user management, and master data loading functionality.

Features

Installation

Via Composer (from Packagist)

Requirements

Quick Start

1. Register the Bundle

Add to config/bundles.php:

2. Configure the Bundle

Create config/packages/project_template.yaml:

3. Import Routes

Add to config/routes.yaml (path relative to your config/ directory):

With a path repository use e.g. ../project-template-bundle/config/routes.yaml. Then run php bin/console cache:clear and php bin/console debug:router to verify.

4. Configure Security

Update config/packages/security.yaml:

5. Generate JWT Keys

6. Configure JWT

Create config/packages/lexik_jwt_authentication.yaml:

7. Run Migrations

The bundle automatically registers its migrations in your application. When you run the migrations command, both your application's migrations and the bundle's migrations will be executed:

The bundle's migrations are registered under the DoctrineMigrations\ProjectTemplateBundle namespace and will create the required tables (users, mails, queue_job_logs).

8. Load Master Data

Usage

Authentication Endpoints

The bundle provides the following authentication endpoints:

Register

Login

Response:

Forgot Password

Reset Password

Queue and failed jobs

The bundle registers a failed Messenger transport. Jobs that fail after all retries are moved there. To list or retry them:

See docs/messenger-failed-jobs.md for details and cron examples.

Protected Endpoints

Use the JWT token in the Authorization header:

License

MIT

Support


All versions of project-template-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.5
ext-ctype Version *
ext-iconv Version *
doctrine/doctrine-bundle Version ^3.2
doctrine/doctrine-migrations-bundle Version ^4.0
doctrine/orm Version ^3.6
dragonmantank/cron-expression Version ^3.3
lexik/jwt-authentication-bundle Version ^3.2
symfony/config Version 7.4.*
symfony/console Version 7.4.*
symfony/dependency-injection Version 7.4.*
symfony/doctrine-bridge Version 7.4.*
symfony/event-dispatcher Version 7.4.*
symfony/filesystem Version 7.4.*
symfony/finder Version 7.4.*
symfony/form Version 7.4.*
symfony/framework-bundle Version 7.4.*
symfony/http-foundation Version 7.4.*
symfony/http-kernel Version 7.4.*
symfony/mailer Version 7.4.*
symfony/messenger Version 7.4.*
symfony/mime Version 7.4.*
symfony/password-hasher Version 7.4.*
symfony/process Version 7.4.*
symfony/routing Version 7.4.*
symfony/security-bundle Version 7.4.*
symfony/security-core Version 7.4.*
symfony/security-http Version 7.4.*
symfony/string Version 7.4.*
symfony/twig-bundle Version 7.4.*
symfony/yaml Version 7.4.*
sentry/sentry-symfony Version ^5.0
symfony/monolog-bundle Version ^4.0
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 vandersangen/project-template-bundle contains the following files

Loading the files please wait ...