Giter Site home page Giter Site logo

webuni / front-matter Goto Github PK

View Code? Open in Web Editor NEW
34.0 3.0 8.0 101 KB

The most featured front matter (yaml, json, neon, toml) parser and dumper for PHP.

License: MIT License

PHP 95.06% Shell 2.69% Twig 2.25%
yaml neon toml front-matter json php twig markdown commonmark

front-matter's People

Contributors

hason avatar localheinz avatar peter279k avatar szepeviktor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

front-matter's Issues

Please upgrade symfony dependencies to 4.x

Hi

Could you please upgrade your dependencies on this project. At the moment this package is being used by daux.io and I would really like to see it's dependencies upgraded.

Nevertheless, I'm still having issues because of a nested dependency to your project (outside usage of daux.io).

Tag new release

๐Ÿ‘‹ Y'all made the thing I dreamed up in my head, loving it so far! Can you tag the latest release as 1.3 or 1.2.1? It looks like there are some new classes and features not yet available via the current 1.2.0 on Composer/Packagist

The TwigLoader should inject a {% line %} tag to preserve line numbers in errors

Twig supports a special {% line %} tag (which is undocumented IIRC, but it exists since before Twig 1.0.0), which allows to override the line numbering (the line on which the tag is set gets considered as re-numbered (and so all following lines too). This would allow to preserve original line numbers in error messages even when the frontmatter is removed:

---
some: frontmatter
---
{# Beginning of content line 4 of the file #}

would become

{% line 3 %}
{# Beginning of content line 4 of the file #}

This makes debugging a lot easier when line numbers in the file correspond to the source file rather than the file without the frontmatter.

Symfony 7 compatibility

The current version is not compatible with symfony 7.

I don't use the library and started a fresh symfony project and came here because I wanted to manage some pages with front matter.

composer require webuni/front-matter

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires webuni/front-matter ^1.5 -> satisfiable by webuni/front-matter[1.5.0].
    - webuni/front-matter 1.5.0 requires symfony/yaml ^3.4.31 || ^4.3.4 || ^5.0 || ^6.0 -> found symfony/yaml[v3.4.31, ..., v3.4.47, v4.3.4, ..., v4.4.45, v5.0.0, ..., v5.4.31, v6.0.0, ..., v6.4.0] but it conflicts with your root composer.json require (7.0.*).

Adding typehints

What do you think about adding PHP 7.2 native parameter/return typehints?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.