Download the PHP package 1pilotapp/symfony-client without Composer

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

1Pilot.io - a universal dashboard to effortlessly manage all your sites

Latest Version on Packagist Software License Build Status Total Downloads

Website · Free Trial · Pricing · Documentation · API · Support


![1Pilot dashboard](https://1pilot.io/assets/images/repos/dashboard_2022.png) ## Everything you need to know in just one dashboard. - **Uptime monitoring**
Get instant notifications about downtime and fix it before everyone else even knows it’s an issue. - **SSL certificate monitoring**
Keep track of certificates across all your applications and set reminders of their expiration dates. - **Config file and server version monitoring**
Be alerted when a config file is edited or when PHP, Database or WEB servers are updated. - **Composer package management**
See installed composer packages across all your applications and track their updates. Know exactly when new versions are available and log a central history of all changes. - **Robust notification system**
Get instant notifications across email, Slack and Discord. Too much? Then create fully customisable alerts and summaries for each function and comms channel at a frequency that suits you. - **Full-featured 15-day trial**
Then $2/site/month with volume discounts available. No setup fees. No long-term contracts.


Watch the demo

You have just discovered our advanced monitoring tool for your Symfony applications and all the individual sites that you manage. We have designed it as a central dashboard to harmonise the maintenance of your entire website roster. Because we believe that coders should be out there coding. Let computers monitor computers, so that we humans don’t have to worry about it. We searched the galaxy for a robust answer to our challenges, and found none. So, our team embarked on our greatest mission yet and 1Pilot was born.

Get your first site onboard in under 3 minutes! Start the 15-day full-feature trial

Try it for free without any limitations for 15 days. No credit card required.

## Install ### Symfony 6, 5 & 4.4 1. add a new `config/packages/one_pilot_client.yaml` file with the following content: 2. add to your `.env` file the following parameters: > `ONE_PILOT_PRIVATE_KEY` can be any random alphanumeric string. If you are not sure what key to use, go to 1Pilot dashboard and open the page to add a new site: a random key will be generated for you, and you can copy / paste it in your file. Of course you are free to create a totally different key, just make sure you have the same key in your `.env` and on the 1Pilot dashboard. > `ONE_PILOT_MAIL_FROM_ADDRESS` email address that you use for send mail from your application. It's used by the email verification tool for ensure emails are properly send by your application. 3. add to your `config/routes.yaml` the following configuration: You are now ready to add the site to your [1Pilot dashboard](https://app.1pilot.io/sites/create)! ### Symfony 3 1. add to your `app/config/config.yml` file the following configuration keys: 2. add to your `app/config/parameters.yml.dist` file the following parameter: This defines the new required configuration parameter. 3. add to your `app/config/parameters.yml` file the following parameter: > `one_pilot_private_key` can be any random alphanumeric string. If you are not sure what key to use, go to 1Pilot dashboard and open the page to add a new site: a random key will be generated for you, and you can copy / paste it in your file. Of course you are free to create a totally different key, just make sure you have the same key in your `parameters.yml` and on the 1Pilot dashboard. > `one_pilot_email_check_from_address` email address that you use for send mail from your application. It's used by the email verification tool for ensure emails are properly send by your application. 4. add to your `app/config/routing.yml` the following configuration: 5. add to your `app/AppKernel.php` file, in the `registerBundles` method, the following line: You are now ready to add the site to your [1Pilot dashboard](https://app.1pilot.io/sites/create)! ## Advanced configuration If your server is not at time you can have issue to connect your application to 1Pilot. For solve that edit `app/config/config.yml` and add `skip_timestamp_validation` like bellow. > Please note that this option will decrease security and that you should as much as possible set your server at the correct time. ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## Security If you discover any security related issues, please email [email protected] instead of using the issue tracker. ## Credits - [1Pilot.io](https://github.com/1PilotApp) - [All Contributors](https://github.com/1PilotApp/symfony-client/contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

All versions of symfony-client with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.0
ext-json Version *
composer/semver Version ^1.4|^2.0|^3.0
guzzlehttp/guzzle Version ^6.3|^7.0
guzzlehttp/promises Version ^1.0|^2.0
symfony/framework-bundle Version ^4.4|^5.0|^6.0|^7.0
symfony/yaml Version ^4.0|^5.0|^6.0|^7.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 1pilotapp/symfony-client contains the following files

Loading the files please wait ....