Download the PHP package symplify/statie without Composer

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

[DEPRECATED since 2020-03] Statie - Modern and Simple Static Site Generator in PHP

Use Symfony Static Dumper instead

Downloads

Statie takes HTML, Markdown and Twig files and generates static HTML page.

Install

How to Generate and See the Website?

  1. Prepare content for Statie

This will generate config, templates, layouts and gulp code, so you can enjoy live preview.

Last step is install node dependencies:

  1. Generate static site from /source (argument) to /output (default value) in HTML:

  2. Run website locally

  3. And see web in browser localhost:8000.

Do you use Jekyll or Sculpin?

Configuration

statie.yml Config

This is basically Symfony Kernel config.yml that you know from Symfony application. You can:

Parameters are available in every template:

Do You Write Posts?

Create a new empty .md file with date, webalized title and ID:

Statie privides default template:

Do you want your own template? Configure path to it:

That's it!

How to Generate API?

Statie web Friendsofphp.org provide info about PHP meetups and groups. They're already stored in parameters. Do you want to publish them as JSON API?

This will generate 2 pages:

With parameters as JSON, that anyone can use now.

How to Redirect old page?

Are you Speaker? Use your JoindIn Talks

This will generated source/_data/generated/joind_in_talks.yaml file with your talks:

Then you can use them like any other parameter in your Statie templates:

Useful Twig Filters

All from this basic set and more:

Documentation

Thanks to @crazko you can enjoy neat documentation and see projects that use Statie at statie.org.

Contributing

Open an issue or send a pull-request to main repository.


All versions of statie with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
erusev/parsedown-extra Version ^0.7.1
erusev/parsedown Version ^1.7
composer/xdebug-handler Version ^1.4
latte/latte Version ^2.5
guzzlehttp/guzzle Version ^6.5
j7mbo/twitter-api-php Version ^1.0.6
nette/finder Version ^2.5
nette/utils Version ^3.0
tracy/tracy Version ^2.7
twig/twig Version ^3.0
symfony/config Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/event-dispatcher Version ^4.4|^5.0
symfony/http-kernel Version ^4.4|^5.0
symfony/console Version ^4.4|^5.0
symfony/finder Version ^4.4|^5.0
symfony/yaml Version ^4.4|^5.0
symplify/package-builder Version ^7.2.3
symplify/smart-file-system Version ^7.2.3
symplify/set-config-resolver Version ^7.2.3
symplify/autowire-array-parameter Version ^7.2.3
symplify/auto-bind-parameter Version ^7.2.3
jean85/pretty-package-versions Version ^1.2
ocramius/package-versions Version ^1.4
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 symplify/statie contains the following files

Loading the files please wait ....