Download the PHP package geeksltd/pangolin.symfony without Composer

On this page you can find all versions of the php package geeksltd/pangolin.symfony. 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 pangolin.symfony

First you need to install apcu php extension

Tutorial on how to install apcu on windows machine

Make sure to install these packages first

Install the package through composer

Enable pangolin bundle in your config/bundles.php file

Simply add this PangolinBundle class to the array as bellow.Pangolin bundle only is available on dev and test environment.

This Project contains controllers and routes. you must enable pangolin routes in your main routes.yaml file

Enable Debug menu in your symfony application

-----------------------------------------------------------

! Important note : Make sure to create a database that ends with .temp . it is a must in this package.Otherwise, following api won't work

-----------------------------------------------------------

Available apis

1 )GET /cmd/db-restart

This api drops and recreates the current the database and runs all migrations and fixtures.

Response Examples :

Or

-----------------------------------------------------------

2 )GET /cmd/get-db-changes

Get the latest executed sql queries. all the queries will be wiped out once the api is called

Response Examples :

Or

-----------------------------------------------------------

3 )POST /cmd/db-run-changes

This api expects the previous json response above as a json request and runs all the queries. Make sure to add Content-Type : application/json in your header.

Response Examples :

-----------------------------------------------------------

4 )GET /cmd/outbox

This route displays a list of available mails in the database based on interface implemented by an entity

-----------------------------------------------------------

5 )GET /cmd/local-date?date=2/2/2021&time=20:20:20

This api expects a get request

Response Examples :

-----------------------------------------------------------


All versions of pangolin.symfony with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
symfony/framework-bundle Version ^6.1
doctrine/doctrine-migrations-bundle Version ^3.1
doctrine/orm Version ^2.9
doctrine/doctrine-fixtures-bundle Version ^3.4
symfony/flex Version ^2
api-platform/core Version ^3.0
nelmio/cors-bundle Version ^2.1
symfony/asset Version ^6.1
symfony/expression-language Version ^6.1
composer/package-versions-deprecated Version 1.11.99.2
doctrine/doctrine-bundle Version ^2.4
symfony/proxy-manager-bridge Version ^6.1
symfony/security-bundle Version ^6.1
doctrine/annotations Version ^1.0
phpdocumentor/reflection-docblock Version ^5.3
symfony/property-access Version ^6.1
symfony/property-info Version ^6.1
symfony/serializer Version ^6.1
symfony/twig-bundle Version ^6.1
symfony/validator Version ^6.1
symfony/uid Version ^6.1
symfony/cache Version ^6.1
ext-apcu 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 geeksltd/pangolin.symfony contains the following files

Loading the files please wait ....