Download the PHP package fabiencrassat/curriculumvitae without Composer

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

Fabien Crassat / Curriculumvitae Bundle

Welcome to the Curriculumvitae bundle - an experimental CV display with Symfony application that you can use to display your curriculum vitae.

knpbundles.com SensioLabsInsight

Build Status Latest Stable Version Latest Unstable Version License Total Downloads Scrutinizer Code Quality Code Coverage Codacy Badge Code Climate Sonar Quality Gate Sonar Maintainability

Prerequisites

This version of the bundle requires Symfony 4.1+.

Installation

  1. Install Curriculumvitae Bundle
  2. Enable the bundle
  3. Import the routing file

Step 1: Install Curriculumvitae Bundle

Add the following dependency to your composer.json file:

Now tell composer to download the bundle by running the command:

Composer will install the bundle to your project's vendor/fabiencrassat directory.

Step 2: Enable the bundle without flex

In a default Symfony application that uses Symfony Flex, bundles are enabled/disabled automatically for you when installing/removing them, so you don't need to look at or edit this bundles.php file.

Enable the bundle in the kernel:

Step 3: Import FabienCrassat CurriculumVitae Bundle routing

Finally, now that you have activated and configured the bundle, all that is left to do is import the routing file.

In YAML:

Or if you prefer XML:

Usage

Assets installation

View the result

Go to your site and add /cv, for example: http://localhost:8000/cv

[TO_CHECK] Documentation

The bulk of the documentation is stored in the Resources/doc/ directory in this bundle:


All versions of curriculumvitae with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
symfony/asset Version ^4.1
symfony/browser-kit Version ^4.1
symfony/console Version ^4.1
symfony/css-selector Version ^4.1
symfony/dotenv Version ^4.1
symfony/framework-bundle Version ^4.1
symfony/serializer Version ^4.1
symfony/stopwatch Version ^4.1
symfony/twig-bundle Version ^4.1
symfony/yaml Version ^4.1
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 fabiencrassat/curriculumvitae contains the following files

Loading the files please wait ....